- fileName
- System.String containing the name of the JPEG 2000 file.
- boxes
- A list of Jpeg2000MultiBox objects containing the box data being appended.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _ ByVal fileName As String, _ ByVal boxes As List(Of T) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Jpeg2000Engine Dim fileName As String Dim boxes As List(Of T) instance.AppendBoxes(Of T)(fileName, boxes) |
C++/CLI | |
---|---|
public: void AppendBoxesgeneric<typename T> ( String^ fileName, List<T^>^ boxes ) where T: Jpeg2000MultiBox |
Parameters
- fileName
- System.String containing the name of the JPEG 2000 file.
- boxes
- A list of Jpeg2000MultiBox objects containing the box data being appended.
Type Parameters
- T
For an example, refer to Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, string fileName, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
Jpeg2000Engine ClassJpeg2000Engine Members
Overload List
AppendBox
AppendBoxes(Stream, List)
AppendFrames
AppendGmlData
ReadBox
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes